home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / gordons.dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  120 b   |  10 lines

  1. on exitFrame
  2.   global dir
  3.   if rollOver(3) then
  4.     set dir to -1
  5.     go(the frame - 1)
  6.   else
  7.     go("l")
  8.   end if
  9. end
  10.